BackupLink

BackupLink peripheral interface for remote controls.

This component reports the state and allows to configure the backup link that provides emergency telemetry and control of the drone in case the main link is broken.

This peripheral can be obtained from a remote control using: rc.getPeripheral(BackupLink::class.java)

See also

RemoteControl.getPeripheral

Types

Link copied to clipboard

Backup link state.

Properties

Link copied to clipboard
abstract val rxActivity: Boolean

Whether traffic is being received from drone on backup link.

Link copied to clipboard
abstract val state: BackupLink.State

Current backup link state.

Link copied to clipboard
abstract val txActivity: Boolean

Whether traffic is being transmitted to drone on backup link.